Package-level declarations
Types
Link copied to clipboard
public final class BankApiDocumentManager extends DocumentManager<BankApiDocumentRepository, ExtractionsContainer>
The BankApiDocumentManager is a high level API on top of the Gini Bank API. It provides high level methods to handle document and payment request related tasks easily.
Link copied to clipboard
Internal use only.
Link copied to clipboard
Internal use only.
Link copied to clipboard
public final class GiniBankAPI extends GiniCoreAPI<BankApiDocumentManager, BankApiDocumentRepository, ExtractionsContainer>
The GiniBankAPI instance is the main entry point when interacting with the Gini Bank API. You must hold a reference to its instance as long as you interact with the API.
Link copied to clipboard
public final class GiniBankAPIBuilder extends GiniCoreAPIBuilder<BankApiDocumentManager, GiniBankAPI, BankApiDocumentRepository, ExtractionsContainer>
The GiniBankAPIBuilder allows you to configure and create a GiniBankAPI instance.
Link copied to clipboard
Internal use only.